home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / eggs-terminator-2.swf / scripts / DefineButton2_140 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  113 b   |  9 lines

  1. on(press){
  2.    _highquality = 0;
  3.    gotoAndStop(2);
  4.    with(_root.high)
  5.    {
  6.       gotoAndStop(2);
  7.    }
  8. }
  9.